home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / etman.lha / man / mann / macro.TX.n < prev    next >
Text File  |  1991-10-24  |  812b  |  30 lines

  1.  
  2.  
  3. .SH MACRO NAME
  4. \fBTX(
  5. name intInstanceVariable)
  6. .SH DESCRIPTION
  7. \fBTX\fP stores the name and type of the \fBintInstanceVariable\fP. This macro is specified as argument to the \fImacro MetaImpl\fP or to the \fImacro AbstractMetaImpl\fP. The Inspector of the ET++ Programming Environment prints the values of instance variables specified with \fBTX\fP as hexadecimal string. \fBTX\fP is often used for instance variables storing flags, e.g. the \fIinstvar Object::flags\fP.
  8. macro \fBTX\fP is rarelyused.
  9. .SH ARGUMENTS
  10. .TP
  11. \fBname intInstanceVariable
  12. .br
  13. the name of an instance variable of type \fBint\fP
  14. .SH CATEGORIES
  15.  
  16. .na
  17. metaclass
  18. .ad b
  19.  
  20. .SH FILES
  21. .PD 0
  22. .TP 20
  23. declaration:
  24. \fBClass.h
  25. .SH HISTORY
  26. joe@csesbg.at    Mon Jun 17 19:47 1991    reworked
  27. .br
  28. joe@csesbg.at    Wed Jun 19 18:24 1991    added IsKindOf, Guard
  29. .br
  30.